Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / RowResizeUndoAction Class / RowResizeUndoAction Constructor / RowResizeUndoAction Constructor(SheetView,RowHeightChangeExtents[],Int32,Boolean)
Sheet
Array of row height change extents
Size
Whether the row being resized is in the column header area


In This Topic
    RowResizeUndoAction Constructor(SheetView,RowHeightChangeExtents[],Int32,Boolean)
    In This Topic
    Creates a new undo action for row resizing.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal sheetView As SheetView, _
       ByVal rows() As RowHeightChangeExtents, _
       ByVal size As Integer, _
       ByVal columnHeader As Boolean _
    )
    'Usage
     
    
    Dim sheetView As SheetView
    Dim rows() As RowHeightChangeExtents
    Dim size As Integer
    Dim columnHeader As Boolean
     
    Dim instance As New RowResizeUndoAction(sheetView, rows, size, columnHeader)

    Parameters

    sheetView
    Sheet
    rows
    Array of row height change extents
    size
    Size
    columnHeader
    Whether the row being resized is in the column header area
    See Also